From 3e83a502135337fafb1c72ae7300afa368d434b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Tue, 10 Jan 2017 11:49:58 +0100 Subject: [PATCH] Remove unused imports from test classes Validating this should be as simple as it can be: if the tests run, this change should be fine. :-) Change-Id: I8e4a3dfc83fdc9b8c8d7f5bbd067e088ebd2133d --- tests/common/TestSetup.php | 2 -- tests/phpunit/includes/api/ApiOpenSearchTest.php | 2 -- tests/phpunit/includes/changes/TestRecentChangesHelper.php | 2 +- .../includes/session/BotPasswordSessionProviderTest.php | 1 - tests/phpunit/includes/session/SessionManagerTest.php | 1 - tests/phpunit/structure/ExtensionJsonValidationTest.php | 3 --- 6 files changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/common/TestSetup.php b/tests/common/TestSetup.php index 53e724bbed..38f56d20a1 100644 --- a/tests/common/TestSetup.php +++ b/tests/common/TestSetup.php @@ -1,7 +1,5 @@ replaceSearchEngineConfig(); diff --git a/tests/phpunit/includes/changes/TestRecentChangesHelper.php b/tests/phpunit/includes/changes/TestRecentChangesHelper.php index ae51a6c717..2f908feb63 100644 --- a/tests/phpunit/includes/changes/TestRecentChangesHelper.php +++ b/tests/phpunit/includes/changes/TestRecentChangesHelper.php @@ -1,5 +1,5 @@